-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: ban std.debug.assert
#10168
Conversation
✅ lint failures have been resolved. Thank you. |
❌ @Jarred-Sumner 3 files with test failures on linux-x64-baseline: |
❌ @Jarred-Sumner 3 files with test failures on linux-x64: |
❌ @Jarred-Sumner 2 files with test failures on bun-darwin-aarch64: |
❌ @Jarred-Sumner 3 files with test failures on bun-darwin-x64:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. can't wait to add more! nice work on this
edit: where's the comment for the windows CI ?
❌ @Jarred-Sumner 9 files with test failures on bun-windows-x86_64-haswell
|
* Ban `std.debug.assert` * Create .clangd * Update lint.yml * Update linter.ts * update * lint * Update linter.ts * Update linter.ts * update * Update linter.ts * update * Update linter.ts * more * Update install.zig * words * Remove UB
What does this PR do?
std.debug.assert
How did you verify your code works?
CI